GoXam for WPF v3
DoNodeCategoryChanged Method (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : DoNodeCategoryChanged Method
This should be called when a node data's category value may have changed.
Syntax
public void DoNodeCategoryChanged( 
   NodeType nodedata
)

Parameters

nodedata
Remarks

This is used for model update, when the model data has changed and the model itself needs to be updated to reflect those changes.

If a node data object implements System.ComponentModel.INotifyPropertyChanged and if the key is a simple property on the data as reflected by the value of NodeCategoryPath, the model will automatically call this method. Otherwise, you need to do so immediately after the value of FindCategoryForNode has changed.

This raises a Changed event with a value of ModelChange.ChangedNodeCategory.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members